Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 8 Forum

Notes/Domino 8 Forum

Previous Next

A couple of suggestions

There are lots and lots of ways of doing this. Here are two of the simplest:

temp := (@Now-DueDate)/86400;
@If(temp<0; 0; temp)

or

@If(@Now < DueDate ; 0 ; (@Now-DueDate)/86400)

Hope this helps,
Phil


Feedback response number WEBB95SF3U created by ~Justin Chugeromanli on 03/14/2013

Calculate Outstanding Days (~Chloe Minnulit... 8.Mar.13)
. . BODMAS (~Justin Chugero... 8.Mar.13)
. . . . Don't display negative value (~Chloe Minnulit... 12.Mar.13)
. . . . . . A couple of suggestions (~Justin Chugero... 14.Mar.13)
. . . . . . . . Great !! Thanks for your help (~Chloe Minnulit... 14.Mar.13)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS